hvm rombios: Move function calls out of 'post' function section
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 27 Jun 2008 13:43:29 +0000 (14:43 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 27 Jun 2008 13:43:29 +0000 (14:43 +0100)
commitda43e50cb31ba2a7f89d51d74f9547082378d9b0
tree08e3ec6b0bc50b9de583255122b66d6e15e3a425
parent7037c279e643f8bafd6d954c82b354b6d85c076f
hvm rombios: Move function calls out of 'post' function section

Through recent additions to the rombios the code section of the post
function has filled up considerably. When I enable the BX_TCGBIOS
compile time option the BIOS crashes since the post section code
(starts at $e05b) spills over into the nmi entry point (starts at
$e2c3). as86 doesn't cause an error when building.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/firmware/rombios/rombios.c